org.eclipse.vtp.desktop.core.actions.util
Interface IProvisioningActionConstants


public interface IProvisioningActionConstants

Definition of the static constants that represent the state of actions/actionsets.

Version:
2.0
Author:
Trip Gilman

Field Summary
static int ABSENT
          The action/actionset will not be displayed.
static int DISABLED
          The action/actionset will be displayed but not be enabled.
static int ENABLED
          The action/actionset will be displayed and enabled.
 

Field Detail

ABSENT

static final int ABSENT
The action/actionset will not be displayed.

See Also:
Constant Field Values

DISABLED

static final int DISABLED
The action/actionset will be displayed but not be enabled.

See Also:
Constant Field Values

ENABLED

static final int ENABLED
The action/actionset will be displayed and enabled.

See Also:
Constant Field Values